xvora

USAGE: xvora infile outimg [-d] [-k S] [-p a] [-b] [-e] [-a] [-l]
                   [-n nbins] [-i f] [-f f] [-s f] [-w f] [-L]

xvora extracts statistics of a given Voronoi diagram from
the representation stored in a file of type .vdt; a histogram
may be contructed from various quantities

ARGUMENTS:
        infile: input filename (ASCII) produced by xvor;
                .vdt (Voronoi data)
             or .ddt (Delaunay data)
        outimg: output image filename (TIF)

OPTIONS:
    -d: show input data
  -k S: construct k-NN shells, k<=S (default=2)
  -p a: enable labeling; a is a string, as follows:
        a=nall: enable numbering of all sites
        a=n57: enable numbering of 5-fold, 7-fold sites
        a=n57a: ->in addition, mark active AOI
    -b: no border strip

        construct histogram for:
    -e: edge number (per Voronoi polygon)
    -a: polygon area
    -l: nn-distance (edge bisector length)
  -n n: set number of bins to n (default:=10)
  -i f: set initial value to f(float)
  -f f: set final value to f(float)
    -s: evaluate nn-distance statistics function Q = Q(t)

  -w f: write data to file
        f=h: hist data --> file of type .hdt
        f=s: site topol data --> file of type .std
        f=p: poly topol data --> file of type .ptd
    -L: print Software License for this module

Example:

xvora coarvor.vdt coarvorA.tif -p n57 -b -w s

coarvor.vdt:

s 22.000000 1.000000
s 18.000000 2.000000
l 1.000000 -0.250000 19.625000
s 99.000000 2.000000
l 1.000000 0.012987 60.519482
s 64.000000 3.000000
l 1.000000 0.047619 43.095238
v 67.053574 -503.125031
l 1.000000 -0.028571 81.428574
s 100.000000 5.000000
l 0.333333 1.000000 36.666668
s 145.000000 5.000000
l 1.000000 0.065217 122.228264
etc...

coarvor.std:

...distribution of V poly edges:
  0-sided V polygons :   0
  1-sided V polygons :   0
  2-sided V polygons :   0
  3-sided V polygons :   0
  4-sided V polygons :   1
  5-sided V polygons :  21
  6-sided V polygons :  23
  7-sided V polygons :  14
  8-sided V polygons :   2
  9-sided V polygons :   0

mean area of (active) Vor poly: 1338.815426
V poly grouped by edge no n=2(1)9:

 nof NN:  2 -- <A_n> (mean of 0):      0  -- <A_n>/<A>: 0.000000
 

 nof NN:  3 -- <A_n> (mean of 0):      0  -- <A_n>/<A>: 0.000000

... 1075
 nof NN:  4 -- <A_n> (mean of 1):   1075  -- <A_n>/<A>: 0.802949

... 1302 ...  481 ...  819 ...  568 ... 1279 ... 1313 ... 1647 ... 1224
... 1076 ... 1138 ... 1313 ... 1154 ...  954 ... 1500 ... 1000 ...  760
... 1689 ... 1415 ... 1315 ... 1041 ... 1380
 nof NN:  5 -- <A_n> (mean of 21):   1160  -- <A_n>/<A>: 0.866438

...  638 ...  656 ... 1665 ... 1196 ... 1655 ... 1199 ... 1681 ... 1840
... 1606 ... 1302 ... 1695 ... 1522 ... 1873 ...  977 ... 1505 ... 1331
... 1316 ... 1275 ... 1566 ... 1353 ... 1532 ... 1506 ... 1481
 nof NN:  6 -- <A_n> (mean of 23):   1407  -- <A_n>/<A>: 1.050929

... 1482 ... 1357 ... 1886 ... 1408 ... 1309 ... 1798 ... 1650 ... 1314
... 1236 ... 1469 ... 1549 ... 1272 ... 1614 ... 1305
 nof NN:  7 -- <A_n> (mean of 14):   1474  -- <A_n>/<A>: 1.100973
etc...

coarvorA.tif:

executing combine coarvorA.tif coarvor.tif coarvorAC.tif

coarvorAC.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.